home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / SPC11.ARJ / CSPC_INF.PGH < prev    next >
Text File  |  1992-02-23  |  43KB  |  1,418 lines

  1. @
  2. MORE_INFO_MENU
  3.                     MORE INFORMATION
  4.           Select/Click-On a Subject of Interest
  5.  
  6. #m????;hypertext help#m - Click on the ???? or Press Enter to learn how 
  7.            to operate the hypertext help system.
  8.  
  9.  
  10.          A. #mGeneral System Description;system1#m
  11.          B. #mRaw Data File Formats;format1#m
  12.          C. #mGraphs/Diagrams Overview;graph0#m
  13.          D. #mControl Charts Overview;charts0#m
  14.          E. #mSearch Chart Patterns Menu;find_pat_menu0#m
  15.          F. #mView Patterns Menu;view_pat_menu0#m
  16.          G. #mExpert Consultation Menu;consult_menu0#m
  17.          H. #mPrint Menu;print0#m
  18.          I. #mSPC Editor;edit1#m
  19.          J. #mOn line SPC User's Manual;users manual;cspc_man.pgh#m
  20.          K. #mDetailed Technical Description;paper;spcpaper.pgh#m
  21. @
  22. format1
  23.      STATISTICAL PROCESS CONTROL
  24.         CHART INTERPRETATION
  25.  
  26.  
  27.        RAW DATA FILE FORMATS
  28.  
  29.  
  30.  #mGeneral Information;format2#m    #mU Charts;format15#m
  31.  #mRun Charts;format3#m             #mBar Graphs;format17#m
  32.  #mXMR Charts;format5#m             #mPareto Diagrams;format19#m
  33.  #mXBAR-R Charts;format6#m          #mPie Charts;format21#m
  34.  #mXBAR-S Charts;format8#m          #mHistograms;format22#m
  35.  #mPN Charts;format9#m              #mFrequency Polygons;format24#m
  36.  #mP Charts;format11#m               #mOgives;format25#m
  37.  #mC Charts;format13#m               #mScatter Diagrams;format26#m
  38. @
  39. format2
  40.                     RAW DATA FILE FORMATS
  41.  
  42. 1. SPC will generate 8 different types of control charts
  43.    - RUN,XMR,XBAR-R,XBAR-S,PN,P,C,U.
  44.    
  45. 2. SPC will generate 7 different types of diagrams/graphs 
  46.    - BAR, PARETO, PIE, HISTOGRAM Frequency POLYGON, Ogive (CDF)
  47.      and SCATTER diagram.
  48.      
  49. 3. Each type of chart/diagram requires a slightly different
  50.    format for the ASCII file which contains the raw process data.
  51.  
  52. 4. The #mfirst 4 lines#m of every data file contain titles & axis labels
  53.  
  54. 5. For all types of charts, entries in the raw data file must be
  55.    separated by SPACES or RETURNS.  
  56.                  
  57.                  * DO NOT SEPARATE ENTRIES WITH COMMAS, ETC. !!!
  58. @
  59. first 4 lines
  60.               RAW DATA FILE FORMATS
  61.                   FIRST 4 LINES
  62.  
  63. The first 4 lines of every raw data file regardless of type
  64. will always contain the same type of imformation:
  65.  
  66. LINE 1 : A TITLE for the graph/diagram
  67.  
  68. LINE 2 : A SUBTITLE for the graph/diagram
  69.  
  70. LINE 3 : The X-axis (horizontal axis) label
  71.  
  72. LINE 4 : The Y-axis (vertical axis) label
  73. @
  74. format3
  75.               RUN Chart Raw Data File Format
  76.               
  77. 1. The #mfirst 4 lines#m contain titles & axis labels
  78. è2. All entries in a RUN Chart must be numeric.
  79.  
  80. 3. The length of the chart will be the number of entries.
  81.    SPC limits the number of entries in a RUN Chart to 100 or less.
  82.    
  83. 4. A sample RUN Chart raw data file is located in the file
  84.    "#trun.gph#t" on your SPC System Disk. 
  85.  
  86.                                                #mSample File;format4#m
  87. @
  88. format4
  89. SAMPLE RUN & XMR CHART RAW DATA FILE
  90.  
  91.             Any Title
  92.             Any Subtitle
  93.             X Axis Label
  94.             Y Axis Label
  95.             0.2431
  96.             0.2117
  97.             0.2994
  98.             0.1864
  99.             0.3786
  100.             0.1103
  101.             0.7718
  102.             0.3627
  103.             0.2125
  104.             0.1766
  105. @
  106. format5
  107.      XMR (Moving Range) Chart Raw Data File Format
  108.  
  109. The format for an XMR (Moving Range) Control Chart is identical to
  110. the required format for the RUN Chart.
  111.  
  112. A sample XMR Chart raw data file is located in the file
  113.   "#txmr.gph#t" on your SPC System Disk. 
  114.  
  115.                                                #mSample File;format4#m
  116. @
  117. format6
  118.                     XBAR-R Chart
  119.                 RAW DATA FILE FORMAT
  120.  
  121. 1. The #mfirst 4 lines#m contain titles & axis labels
  122.  
  123. 2. The first entry is an INTEGER between 1 and 5 inclusive.
  124.    This number represents the logical group size or sample size.
  125.  
  126. 3. The remaining entries (REAL or INTEGER) represent the actual
  127.    process measurements.
  128.    
  129. 4. The length of the chart(s) will be the number of process
  130.    measurments divided by the logical group size.  For example,
  131.    if we have a group size of 3 and 69 process measurements, then
  132.    the length of the XBAR and R Charts will be 23.
  133.    
  134. 5. Sample XBAR-R raw data files are located in files "#tinbox.gph#t" and
  135.    "#trand.gph#t" on your SPC System Disk.
  136.  
  137.                                                #mSample File;format7#m
  138. @
  139. format7
  140. SAMPLE XBAR_R CHART
  141.   RAW DATA FILE
  142.  
  143.  
  144.     Any Title
  145.     Any Subtitle
  146.     X Axis Label
  147.     Y Axis Label
  148.     4
  149.      0.2431
  150.      0.2117
  151.      0.2994
  152.      0.1864
  153.      0.3786
  154.      0.1103
  155.      0.1790
  156.      0.6853
  157.      0.7718
  158.      0.3627
  159.      0.2125
  160. @
  161. format8
  162. XBAR-S Chart Raw Data File Format
  163.  
  164. The format for an XBAR-S Control Chart is identical to the required
  165. format for the XBAR-R Control Chart.
  166.  
  167. A sample XBAR-S Chart raw data file is located in the file
  168. "#txs.gph#t" on your SPC System Disk. 
  169.  
  170.                                                #mSample File;format7#m
  171. @
  172. format9
  173.                        PN CHART
  174.                  RAW DATA FILE FORMAT
  175.  
  176. 1. The #mfirst 4 lines#m contain titles & axis labels
  177.  
  178. 2. All entries in a PN Chart raw data file must be INTEGERS.
  179.  
  180. 3. The first entry represents the fixed sample size.
  181.  
  182. 4. The remaining entries represent the number of defectives
  183.    (rejects/failures) out of a fixed number of samples.
  184.  
  185. 5. The length of the PN chart will be one less than the number
  186.    of entries in the raw data file.
  187.    
  188. 6. A sample PN raw data file is located in the file "#tpntest.gph#t".
  189.  
  190.                                                #mSample File;format10#m
  191. @
  192. format10
  193. SAMPLE PN CHART
  194.  RAW DATA FILE
  195.  
  196.  
  197.      Any Title
  198.      Any Subtitle
  199.      X Axis Label
  200.      Y Axis Label
  201.      100
  202.      4
  203.      3
  204.      5
  205.      4
  206.      5
  207.      5
  208.      4
  209.      3
  210.      3
  211.      2
  212.      2
  213. @
  214. format11
  215.                        P CHART
  216.                  RAW DATA FILE FORMAT
  217.  
  218. 1. The #mfirst 4 lines#m contain titles & axis labels
  219.  
  220. 2. All entries in a P Chart must be PAIRS of INTEGERS!
  221.  
  222. 3. The first integer in each pair represents the sample size.
  223.  
  224. 4. The second integer represents the number of defectives or rejects.
  225.  
  226. 5. The length of the P Chart will be the number of pairs of entries.
  227.  
  228. 6. A sample P raw data file is located in the file "#tptest2.gph#t".
  229.  
  230.                                                #mSample File;format12#m
  231. @
  232. format12
  233. SAMPLE P CHART
  234.  RAW DATA FILE
  235.  
  236.  
  237.     Any Title
  238.     Any Subtitle
  239.     X Axis Label
  240.     Y Axis Label
  241.     115 15
  242.     220 18
  243.     210 23
  244.     220 22
  245.     220 18
  246.     255 15
  247.     440 44
  248.     365 47
  249.     255 13
  250.     300 33
  251.     320 38
  252.     225 29
  253. @
  254. format13
  255.                        C CHART
  256.                 RAW DATA FILE FORMAT
  257.  
  258.  
  259. 1. The #mfirst 4 lines#m contain titles & axis labels
  260.  
  261. 2. All entries in a C Chart raw data file must be INTEGERS.
  262.  
  263. 3. Each entry represents the number of defects (errors) in a
  264.    sample of fixed size/weight/length/etc.
  265.    
  266. 4. The length of the C chart will be the number of entries
  267.    in the raw data file.
  268.    
  269. 5. A sample C raw data file is located in the file "#tctest.gph#t".
  270.  
  271.                                                #mSample File;format14#m
  272. @
  273. format14
  274. SAMPLE C CHART
  275.  RAW DATA FILE
  276.  
  277.  
  278.       Any Title
  279.       Any Subtitle
  280.       X Axis Label
  281.       Y Axis Label
  282.       7 
  283.       5 
  284.       3 
  285.       4 
  286.       3 
  287.       8 
  288.       2 
  289.       3 
  290.       4 
  291.       3
  292.       2 
  293.       7
  294. @
  295. format15
  296.                       U Chart
  297.                 RAW DATA FILE FORMAT
  298.  
  299. 1. The #mfirst 4 lines#m contain titles & axis labels
  300.  
  301. 2. All entries in a U Chart must be PAIRS of entries!
  302.  
  303. 3. The first entry in each pair can be either INTEGER or REAL
  304.    and represents the sample size/length/weight/etc.
  305.    
  306. 4. The second entry must be an INTEGER and represents the number
  307.    of defects/errors/etc. in the sample.
  308.    
  309. 5. The length of the U Chart will be the number of pairs of entries.
  310.  
  311. 6. A sample U raw data file is located in the file "#tutest.gph#t".
  312.  
  313.                                                #mSample File;format16#m
  314. @
  315. format16
  316. SAMPLE U CHART
  317.  RAW DATA FILE
  318.  
  319.  
  320.    Any Title
  321.    Any Subtitle
  322.    X Axis Label
  323.    Y Axis Label
  324.    1.0 4
  325.    1.0 5
  326.    1.0 3
  327.    1.0 3
  328.    1.0 5
  329.    1.3 2
  330.    1.3 5
  331.    1.3 3
  332.    1.3 2
  333.    1.3 1
  334.    1.3 4
  335.    1.3 2
  336. @
  337. format17
  338.                        BAR Graph
  339.                   RAW DATA FILE FORMAT
  340.  
  341. 1. The #mfirst 4 lines#m contain titles & axis labels
  342.    
  343. 2. The numeric data for a BAR Graph MUST BEGIN ON THE FOURTH
  344.    LINE OF THE RAW DATA FILE.
  345.    
  346. 3. The numeric data consists of PAIRS of entries.
  347.  
  348. 4. The first entry can be any NON-NEGATIVE number.
  349.  
  350. 5. The second entry can be anything - this will be the category
  351.  
  352. 6. A sample BAR graph raw data file is located in the file
  353.    "#tdivision.bar#t" on your SPC System Disk. 
  354.  
  355.                                                #mSample File;format18#m
  356. @
  357. format18
  358.  SAMPLE BAR GRAPH
  359.   RAW DATA FILE
  360.  
  361. Any Title You Want
  362. Any Subtitle you want
  363. X AXIS LABEL
  364. Y AXIS LABEL
  365. 25 Type A
  366. 15 Type B
  367. 2 Type C
  368. 55 Type D
  369. @
  370. format19
  371.                       PARETO Diagram
  372.                    RAW DATA FILE FORMAT
  373.  
  374.  
  375. The raw data file format for a PARETO diagram is identical to
  376. that for the BAR Graph.
  377.  
  378. A sample PARETO diagram raw data file is located in the file
  379. "#tdivision.bar#t" on your SPC System Disk. 
  380.  
  381.                                                #mSample File;format20#m
  382. @
  383. format20
  384. SAMPLE PARETO DIAGRAM
  385.    RAW DATA FILE
  386.  
  387. # Errors Per Division
  388. By Division
  389. Major Company Divisions
  390. # Errors 3rd Quarter
  391. 55 Division #1
  392. 12 Division #2
  393. 24 Division #3
  394. 105 Division #4
  395. 6 Division #5
  396. 33 HQ
  397. @
  398. format21
  399. Pie Chart Raw Data File Format
  400.  
  401. The format for a PIE Chart raw data file is identical to the
  402. required format for the Bar Graph.
  403.  
  404. A sample PIE chart raw data file is located in the file
  405. "#tdivision.bar#t" on your SPC System Disk. 
  406.  
  407.                                                #mSample File;format18#m
  408. @
  409. format22
  410.                   Histogram Raw Data File Format
  411.  
  412. 1. The #mfirst 4 lines#m contain titles & axis labels
  413.    
  414. 2. The numeric data for the Histogram must begin on the fourth
  415.    line of the raw data file.  The numeric data consists of numeric
  416.    entries.  Each entry can be any number, INTEGER or REAL.
  417.    
  418. 3. A Histogram is limited to 500 numeric entries.
  419.  
  420. 4. Sample Histogram Raw data file is located in file "#thist.dat#t".
  421.  
  422.                                                #mSample File;format23#m
  423. @
  424. format23
  425. SAMPLE HISTOGRAM RAW DATA FILE
  426.  
  427.  
  428. Any Title You Want
  429. Any Subtitle you want
  430. X AXIS LABEL
  431. Y AXIS LABEL
  432. 0.25
  433. 0.31
  434. 0.29
  435. 0.28
  436. 0.22
  437. 0.24
  438. 0.25
  439. @
  440. format24
  441.          Frequency Polygon Raw Data File Format
  442.  
  443. The format for a Frequency Polygon raw data file is identical to
  444. the required format for the Histogram.
  445.  
  446. Sample Frequency Polygon Raw data file is located in file
  447. "#thist.dat#t".
  448.  
  449.                                                #mSample File;format23#m
  450. @
  451. format25
  452.                Ogive (CDF) Raw Data File Format
  453.  
  454. The format for a CDF raw data file is identical to the required
  455. format for the Histogram.
  456.  
  457. Sample Ogive (CDF) Raw data file is located in file
  458. "#thist.dat#t".
  459.  
  460.                                               #mSample File;format23#m
  461. @
  462. format26
  463.                        SCATTER DIAGRAM
  464.                      RAW DATA FILE FORMAT
  465.  
  466. 1. The #mfirst 4 lines#m contain titles & axis labels
  467.    
  468. 2. The numeric data for a SCATTER Diagram MUST BEGIN ON THE FIFTH
  469.    LINE OF THE RAW DATA FILE.
  470.    
  471. 3. The numeric data consists of PAIRS of entries.  Both entries in
  472.    each pair can be any number, INTEGER or REAL.
  473.    
  474. 4. The first number in each pair represents the x-coordinate for that
  475.    pair, and the second represents the y-coordinate.
  476.  
  477. 5. Sample Scatter diagram Raw data files are located in files
  478. "#tweight.sct#t", "#tnegative.sct#t" and "#tpositive.sct#t".
  479.  
  480.                                                #mSample File;format27#m
  481. @
  482. format27
  483. SAMPLE SCATTER DIAGRAM
  484.     RAW DATA FILE
  485.  
  486.    Height vs Weight
  487.    A Hypothetical Sample
  488.    Weight (lbs)
  489.    Height (inches)
  490.    160 70
  491.    180 61
  492.    220 75
  493.    105 61
  494.    155 69
  495. @
  496. SPC MAIN MENU
  497.    SPC MAIN MENU
  498.  
  499. A. Select Raw Data File
  500. B. Select Chart/Diagram Type
  501. C. View Chart/Diagram
  502. D. Search Control Chart Menu
  503. E. View Chart Patterns Menu
  504. F. Expert Consultation Menu
  505. G. More Information
  506. H. Print Menu
  507. I. Options
  508. J. SPC Editor
  509. quit
  510. @
  511. system1
  512. STATISTICAL PROCESS CONTROL SOFTWARE
  513.  
  514.     SPC Ver 1.1   March 1992
  515.  
  516.     #mBasic System Description;system2#m
  517.     #mDetailed System Description;system4#m
  518.     #mPoint of Contact;system3#m
  519. @
  520. system2
  521. SPC is a software tool which automates the processes of
  522.  
  523.    
  524.    
  525.    1. CONSTRUCTING and INTERPRETING control charts.
  526.    
  527.    
  528.    2. CONSTRUCTING BAR graphs, PIE charts, PARETO digrams,
  529.       HISTOGRAMS, Frequency POLYGONS, and Ogives (CDFs).
  530.    
  531.    
  532.    3. CONSTRUCTING and ANALYZING scatter diagrams.
  533. @
  534. system3
  535. SPC was developed by
  536.  
  537.  
  538.     Mark Shewhart
  539.     Process Improvement Division
  540.     CSTI/PIAP
  541.     Wright-Patterson AFB, Ohio 45433
  542.     DSN : 785-7003    COM : (513) 255-7003
  543.  
  544. @
  545. system4
  546.            SPC Version 1.1 Detailed Description
  547.  
  548. 1. Raw PROCESS DATA is collected by the user and placed
  549.    into an ASCII file.  This file can be created by any
  550.    word processing tool.  SPC Version 1.1 includes a
  551.    built-in text editor for this purpose.  The editor can
  552.    be used by selecting #mSPC MAIN MENU#m option J.
  553.  
  554. 2. The user enters the name of the ASCII file which contains
  555.    the process data.  This is done using #mSPC MAIN MENU#m option A.
  556.  
  557. 3. The user then selects the appropriate control chart or
  558.    diagram type. This is done using #mSPC MAIN MENU#m option B.
  559.  
  560. 4. While the user may directly select any chart/diagram type,
  561.    SPC provides an automated CONTROL CHART selection service.
  562.    The user will be asked 1 to 3 questions concerning the nature
  563.    of the process data.  From these responses, the appropriate 
  564.    control chart type will be selected.  This is also done using
  565.    #mSPC MAIN MENU#m option B.
  566.  
  567. 5. The user may at this point view the control chart or
  568.    diagram using #mSPC MAIN MENU#m option C.
  569.  
  570. 6. The user may now search a control chart for unusual
  571.    patterns.  Patterns can be found using 1 of 3 methods :
  572.    
  573.          a. SHORT SEARCH - This is a quick search which only
  574.                            finds the basic unusual patterns.
  575.                            
  576.          b. LONG SEARCH  - This is a longer search which will
  577.                            find all unusual patterns.
  578.                            
  579.          c. RETRIEVE     - This option retrieves patterns which
  580.                            resulted from a previous search that
  581.                            was saved to a file.
  582.                            
  583.     This is done using #mSPC MAIN MENU#m option D.
  584.  
  585. AVAILABLE FOR CONTROL CHARTS ONLY.
  586.  
  587.  
  588. 7. After the pattern search, the user may then view the unusal
  589.    patterns highlighted on the control chart.  Each pattern may
  590.    be view separately or all together.  This is done using
  591.    #mSPC MAIN MENU#m option E.
  592.  
  593. 8. After the pattern search, the user may also obtain expert
  594.    advice concerning the unusal patterns highlighted on the
  595.    control chart.  Information about each pattern may
  596.    be viewed separately or all together.  This is done using
  597.    #mSPC MAIN MENU#m option F.
  598.  
  599. AVAILABLE FOR CONTROL CHARTS ONLY.
  600.  
  601.  
  602. 9.  The user may print out a paper copy of any chart or diagram
  603.     by selection #mSPC MAIN MENU#m option H.  Several differnt printers,
  604.     print densities, and paper orientations are available.
  605.  
  606. 10. At any time, the user may edit the current raw data file (or
  607.     any other ASCII text file) by using the SPC integrated 
  608.     editor.  The SPC Integrated Text Editor is availble by
  609.     selecting #mSPC MAIN MENU#m option J.
  610. @
  611. in_control1
  612.                   IN CONTROL!
  613.  
  614. Your chart is in control!  This means that there are
  615. no unusual patterns within the chart which suggest
  616. the presence of #massignable causes of variation;in_control3#m.
  617.  
  618. Only #mnatural variation;in_control2#m is present.
  619. @
  620. in_control2
  621.                      NATURAL VARIATION
  622.  
  623. The random fluctuation of points within the limits results from
  624. variation built into the process.  Such random variation is
  625. natural, results from common causes within the system (e.g. design,
  626. choice of machine, preventative maintenance, etc.), and can only
  627. be affected by changing the system itself.
  628. @
  629. in_control3
  630.                     UNNATURAL VARIATION
  631.  
  632. However, points which fall outside of the control limits or which
  633. form "unnatural" patterns indicate that some of the variation
  634. within the process may be due to assignable causes.  Assignable
  635. causes of variation (e.g.measurement errors, unplanned events,
  636. freak occurrences, etc.) can be identified and result from
  637. occurrences that are not part of the process.
  638. @
  639. maybe_in_control1
  640.                   IN CONTROL?
  641.  
  642. Your chart MAY BE in control.  This means that the
  643. SHORT or ABORTED SEARCH found no unusual patterns
  644. within the chart which suggest the presence of
  645. #massignable causes of variation;in_control3#m.
  646.  
  647. Only #mnatural variation;in_control2#m is present.
  648.  
  649.  
  650.                     SUGGEST LONG SEARCH
  651.  
  652. The SHORT or ABORTED SEARCH could find no unusual patterns
  653. within the control chart.  To ensure that there are absolutely
  654. no unnatural patterns, use a LONG SEARCH of the control chart.
  655. @
  656. find_pat_menu0
  657.      MORE INFORMATION
  658.  SEARCH CHART PATTERNS MENU
  659.  
  660.  
  661. 1. #mShort Search;find_pat_menu1#m
  662. 2. #mLong Search;find_pat_menu2#m
  663. 3. #mRetrieve Patterns From File;find_pat_menu3#m
  664. 4. #mSave Current Patterns To File;find_pat_menu4#m
  665. 5. #mView List of Current Patterns;find_pat_menu5#m
  666. 6. #mReturn to SPC MAIN MENU;find_pat_menu6#m
  667.  
  668.  
  669. Select an option to provide a
  670. brief summary of the functionality
  671. of each item in the SEARCH CHART
  672. PATTERNS MENU.
  673. @
  674. find_pat_menu1
  675.                 MORE INFORMATION
  676.            SEARCH CHART PATTERNS MENU
  677.     
  678.     Option 1 : Short Search
  679.  
  680.  
  681. 1. Short Search - This option allows you to quickly search your
  682.                   control chart for unnatural patterns.  This
  683.                   option only searches for runs, freak points, 
  684.                   freak patterns, and stratification.  Trends,
  685.                   shifts, and cycles will not be identified in
  686.                   a short search.
  687.                   
  688.    
  689.    This search will be fast on all computers.
  690. @
  691. find_pat_menu2
  692.        MORE INFORMATION
  693.   SEARCH CHART PATTERNS MENU
  694.  
  695.    Option 2 : Long Search
  696.  
  697.  
  698. 2. Long Search - This option allows you to search your control
  699.                  chart for all possible unnatural patterns.  A
  700.                  Long search should be completed before your
  701.                  chart can be considered "under control".
  702.                  
  703.    This search will take up to 15 minutes on computers without
  704.    math co-processors.  For this reason, options 3 and 4 were
  705.    added to allow you to run this lengthy search only once and
  706.    then save your results for later use.
  707. @
  708. find_pat_menu3
  709.   MORE INFORMATION
  710.       SEARCH CHART PATTERNS MENU
  711.  
  712.  Option 3 : Retrieve Patterns From File
  713.  
  714.  
  715. 3. Retrieve Patterns From File - This option allows you to retrieve
  716.                                  previous pattern search results which
  717.                                  were saved earlier using option 4.
  718. @
  719. find_pat_menu4
  720.   MORE INFORMATION
  721.      SEARCH CHART PATTERNS MENU
  722.  
  723. Option 4 : Save Current Patterns To File
  724.  
  725.  
  726. 4. Save Current Patterns to File - This option allows you to save the
  727.                                    results of your most recent search
  728.                                    to a file for later reference using
  729.                                    option 3.
  730. @
  731. find_pat_menu5
  732.     MORE INFORMATION
  733.        SEARCH CHART PATTERNS MENU
  734.  
  735.   Option 5 : View List of Current Patterns
  736.  
  737.  
  738. 5. View List of Current Patterns - This options allows you to view a
  739.                                    list of the results of the most
  740.                                    recent pattern search.
  741. @
  742. find_pat_menu6
  743.     MORE INFORMATION
  744.  SEARCH CHART PATTERNS MENU
  745.  
  746.      Option 6 : Return to SPC MAIN MENU
  747.  
  748.  
  749. 6. Return to SPC MAIN MENU - This option returns you to the opening
  750.                              menu. 
  751. @
  752. charts0
  753.    CONTROL CHARTS OVERVIEW
  754.  
  755. TABLE OF CONTENTS
  756.  
  757. #mThe Need for Control Charts;charts1#m
  758. #mInterpretation of Control Charts;charts3#m
  759. #mControl Limits;charts5#m
  760. #mTypes of Control Charts;charts6#m
  761. #mChart Type Selection Summary Table;charts11#m
  762. #mRUN Charts;charts12#m
  763. #mMoving Range (XMR) Charts;charts14#m
  764. #mXBAR-R Charts;charts13#m
  765. #mXBAR-S Charts;charts16#m
  766. #mP & PN Charts;charts18#m
  767. #mC & U Charts;charts21#m
  768. charts1
  769.                  THE NEED FOR CONTROL CHARTS
  770.  
  771. Histograms and check sheets consolidate process data to show the
  772. overall picture, while Pareto diagrams are used to indicate problem
  773. areas.  These methods group the data for a specified period and
  774. express them in static form.  However, in our processes we also
  775. want to know more about the nature of the changes that take place
  776. over a specified period of time, that is, the dynamic form.
  777.  
  778. This means that we not only have to see what changes in data occur
  779. over time; we must also study the impact of the various factors in
  780. the process that change over time.  Thus, if the materials, the
  781. workers, or the working methods or equipment were to change during
  782. this time, we would have to note the effect of such changes on our
  783. process. 
  784.  
  785. One way of following these changes is by using control charts.
  786. @
  787. charts3
  788.                 INTERPRETATION OF CONTROL CHARTS
  789.  
  790. Now the problem is to find out whether the points on the graph are
  791. abnormal or not.  Such a determination cannot be made unless
  792. standards of evaluation are set.  Without such standards, one is
  793. liable to make an arbitrary judgement or one favorable to oneself
  794. and the graph will not be meaningful.  When irrational evaluations
  795. are made, necessary action may be missed or unsuitable action may
  796. be taken in haste, thus causing confusion.  This will result in
  797. inappropriate conclusions being drawn, thus lowering quality and
  798. efficiency.
  799.  
  800.                   STANDARDS FOR EVALUATION
  801.  
  802. Limit lines can be drawn on graphs to indicate standards for
  803. evaluation.  These lines will indicate the dispersion of the data
  804. on a statistical basis and indicate if an abnormal situation occurs
  805. in your process.
  806. @
  807. charts5
  808.                       CONTROL LIMITS
  809.  
  810. A graph or a chart with limit lines is called a CONTROL CHART, and
  811. the lines are called control lines.  There are three kinds of
  812. control lines :
  813.  
  814.  
  815.      (1) Upper Control Limit (UCL)
  816.  
  817.      (2) Central Line (or Average)
  818.  
  819.      (3) Lower Control Limit (LCL)
  820. @
  821. charts6
  822.                        TYPES OF CHARTS
  823.  
  824. A control chart's form varies widely according to the kind of data
  825. it contains.  Certain data are based on measurements, such as the
  826. measurement of length of a product (in mm) or the measurement of
  827. the time required to sort a batch of mail (in minutes).  These are
  828. known as indiscrete values or continuous data.  Other data are
  829. based upon counting, such as the number of defective articles or
  830. the number of defects in a product.  They are known as discrete
  831. values or enumerated data.  Control charts based upon these two
  832. categories of data will differ.  Click #mX;charts11#m for a summary table.
  833.  
  834. Three major factors affect the choice of chart type :
  835.  
  836. 1. #mIndiscrete vs Discrete Data;charts8#m
  837. 2. #mConstant vs Variable Sample Size;charts9#m
  838. 3. #mCounting Defectives vs Counting Defects;charts10#m
  839. @
  840. charts8
  841.          Indiscrete vs Discrete Data
  842.  
  843.  
  844. 1. Discrete (Attribute Data)
  845.  
  846.                       Examples include : number of errors
  847.                                          number of rejects
  848.                                          number of reworks
  849.  
  850.  
  851. 2. Indiscrete (Measurement) Data
  852.  
  853.                       Examples include : length
  854.                                          weight
  855.                                          time
  856. @
  857. charts9
  858.             Constant vs Variable Sample Size
  859.  
  860. 1. Constant - Examples include :
  861.  
  862.               (a) # pin holes in a fixed area of sheet metal
  863.               (b) # rejects out of a fixed batch size
  864.  
  865. 2. Variable - Examples include :
  866.  
  867.               (a) # pin holes in pieces of sheet metal differing
  868.                   in area
  869.               (b) # rejects out of batches differing in size
  870.               (c) # typographic errors in letters (of differing
  871.                   length)
  872. @
  873. charts10
  874.       Counting Defectives vs Counting Defects
  875.  
  876. 1. Defectives - This is the number of parts/units/etc that
  877.                 are rejected or un-usable.  Examples include :
  878.  
  879.                     (a) # letters returned for rework.
  880.                     (b) # sheets of metal rejected.
  881.  
  882.  
  883. 2. Defects - This is the number of flaws in a part/unit/etc.
  884.              Example include :
  885.              
  886.                    (a) # typographic errors in a letter.
  887.                    (b) # pin holes in a sheet of metal.
  888. @
  889. charts11
  890.               CHART TYPE SELECTION SUMMARY TABLE
  891.  
  892. Chart-type    Measurement-type   Sample-size   Defects/Defectives
  893. ----------    ----------------   -----------   ----------------
  894. Run           Continuous         1             N/A
  895. XMR           Continuous         1             N/A
  896. XBAR-R        Continuous         Constant > 1  N/A
  897. XBAR-S        Continuous         Constant > 10 N/A
  898. PN            Discrete           Constant      Defectives
  899. P             Discrete           Variable      Defectives
  900. C             Discrete           Constant      Defects
  901. U             Discrete           Variable      Defects
  902. @
  903. charts12
  904.                        RUN CHART
  905.  
  906. Run charts are employed to visually represent data.  They are
  907. used to monitor a process to see whether or not the long range
  908. average is changing.
  909.  
  910. Run charts are the simplest tool to construct and use.  Points
  911. are plotted on the graph in the order in which they become
  912. available.   It is common to graph the results of a process
  913. such as machine downtime, yield, scrap, typographical errors or
  914. productivity as they vary over time.
  915.  
  916.  -> Select for an #mExample Run Chart Process Measurement;charts17#m
  917. @
  918. charts13
  919.                         XBAR-R Chart
  920.  
  921. The XBAR-R control chart is one that shows both the mean value,
  922. XBAR, and the range, R of a sample.  This is the most common type
  923. of control chart using indiscrete or continuous values.  The XBAR
  924. portion of the chart mainly shows any changes in the mean value of
  925. the process, while the R portion shows any changes in the
  926. dispersion of the process.  This chart is particularly useful
  927. because it shows changes in mean value and dispersion of the
  928. process at the same time, making it a very effective method for
  929. checking abnormalities in the process.
  930.  
  931.  -> Select for an #mExample XBAR-R Chart Process Measurement;charts17#m
  932. @
  933. charts14
  934.                 MOVING RANGE (XMR) Chart
  935.  
  936. Sometimes collecting enough data to produce a XBAR-R chart is
  937. inpossible or at least impractical.  Sometimes the natural subgroup
  938. size should be one (1) like when a measurement represents a lot
  939. or batch.  In this case we need to be able to look at just a single
  940. measurement as a subgroup, hence and individuals chart.  But what
  941. about the fact that the range is based on the variation between
  942. subgroup members?  In this case, we use a range chart made of the 
  943. range of the last two individuals or a moving range chart.
  944.  
  945. The XMR chart does not detect changes in the process as fast as
  946. an XBAR-R chart.  So we should only use them when it is not
  947. practical to use the XBAR-R chart because of limits in data
  948. availability or if the rational subgroup is one (1).
  949.  
  950.  -> Select for an #mExample XMR Chart Process Measurement;charts17#m
  951. @
  952. charts16
  953.                         XBAR-S Chart
  954.  
  955. The XBAR-S chart is identical to the XBAR-R chart except that the
  956. R (range) chart is replaced by an S (standard deviation) chart.
  957. XBAR-S charts should be used when the logical group size is
  958. larger than ten (10).
  959.  
  960.  -> Select for an #mExample XBAR-S Chart Process Measurement;charts17#m
  961. @
  962. charts17
  963.                  SAMPLE PROCESS MEASUREMENTS
  964.                RUN, XMR, XBAR-R, & XBAR-S Chart
  965.  
  966.  
  967. (a) The length of time a document sits in an "in-box"
  968.  
  969. (b) The number of hours required to sort a bundle of mail
  970.  
  971. (c) The diameter of a bore hole in a machining process
  972. @
  973. charts18
  974.                         P and PN CHARTS
  975.  
  976. A P chart is one that shows the fraction defective (p), whereas a
  977. PN chart shows the number of defectives (pn).  Basically, they are
  978. the same except that a PN chart is used when the size of the
  979. subgroup (sample size) (n) is constant and a P chart is used when
  980. it is not constant.  Obviously, when the size of the subgroup (n)
  981. varies, the defective measurement can only be meaningful in
  982. fractional or proportional terms.  The P and PN charts are not used
  983. together as are the XBAR and R charts.  This is because P and PN
  984. charts show the characteristics of both mean and dispersion of the
  985. process.
  986.  
  987.  -> Select for an #mExample PN Chart Process Measurement;charts19#m
  988.  
  989.  -> Select for an #mExample P Chart Process Measurement;charts20#m
  990. @
  991. charts19
  992.                   SAMPLE PROCESS MEASUREMENTS
  993.                         PN Chart
  994.  
  995.  
  996. (a) The number of bytes of a 1 Megabyte file incorrectly
  997.     transferred via modem.
  998.  
  999. (b) The number of broken eggs in a carton of eggs.
  1000. @
  1001. charts20
  1002.                  SAMPLE PROCESS MEASUREMENTS
  1003.                          P Chart
  1004.  
  1005.  
  1006. (a) The number of letters returned for rework each day
  1007.     (This assumes that the number of letters worked each
  1008.      day may be different.)
  1009.  
  1010. (b) The number of customers who leave each day before getting
  1011.     service due to long delays.
  1012.  
  1013. (c) The number of documents which spent more than a total of 4
  1014.     hours that day sitting in in-baskets.
  1015.  
  1016. (d) The number of defective components in batches of varying size.
  1017. @
  1018. charts21
  1019.                         C and U CHARTS
  1020.  
  1021. A U chart is used in dealing with the number of defectives when the
  1022. material being inspected is not constant in area and length such
  1023. as the unevenness of woven materials or pin holes in enamel wire. 
  1024. A C control chart is used in dealing with the number of defects
  1025. which appear in fixed unit samples, such as the number of
  1026. imperfectly soldered connections in radios, etc.
  1027.  
  1028.  -> Select for an #mExample C Chart Process Measurement;charts22#m
  1029.  
  1030.  -> Select for an #mExample U Chart Process Measurement;charts23#m
  1031. @
  1032. charts22
  1033.                   SAMPLE PROCESS MEASUREMENTS
  1034.                          C Chart
  1035.  
  1036.  
  1037. (a) The number of incorrectly soldered connections on a particular
  1038.     circuit board.
  1039.  
  1040. (b) The number of surface flaws in identical pieces of sheet metal.
  1041. @
  1042. charts23
  1043.                    SAMPLE PROCESS MEASUREMENTS
  1044.                           U Chart
  1045.  
  1046.  
  1047. (a) The number of misspellings in documents of varying length.
  1048.  
  1049. (b) The number of surface flaws in pieces of sheet metal of varying
  1050.     area.
  1051. @
  1052. view_pat_menu0
  1053.                        MORE INFORMATION
  1054.                    VIEW CHART PATTERNS MENU
  1055.  
  1056.  
  1057. 1  #mView Graphic of All Patterns;view_pat_menu1#m 
  1058. 2  #m   <pattern-type1> <start-point1> to <end-point1> in <chart-type>;view_pat_menu3#m
  1059. 3     <pattern-type2> <start-point2> to <end-point2> in <chart-type>
  1060. 4     <pattern-type3> <start-point3> to <end-point3> in <chart-type>
  1061. 5     <pattern-type4> <start-point4> to <end-point4> in <chart-type>
  1062. 6  #mReturn to SPC MAIN MENU;view_pat_menu3#m
  1063.  
  1064.  
  1065. The following screens provide a brief summary of the functionality
  1066. of each item in the VIEW CHART PATTERNS MENU.  The particular menu
  1067. used in this example would be displayed if 4 patterns were found
  1068. in your control chart.
  1069. @
  1070. view_pat_menu1
  1071.                        MORE INFORMATION
  1072.                    VIEW CHART PATTERNS MENU
  1073.  
  1074.             Option 1 : View Graphic of All Patterns
  1075.  
  1076.  
  1077. Use this option to view each unusual pattern highlighted on the
  1078. control chart.
  1079. @
  1080. view_pat_menu2
  1081.                        MORE INFORMATION
  1082.                    VIEW CHART PATTERNS MENU
  1083.  
  1084.        Options 2 - # : View Graphic of a Particular Pattern
  1085.  
  1086.  
  1087.  
  1088. Use these options to view specific patterns highlighted on the chart.
  1089. @
  1090. view_pat_menu3
  1091.                        MORE INFORMATION
  1092.                    VIEW CHART PATTERNS MENU
  1093.  
  1094.                Last Option : Return to SPC MAIN MENU
  1095.  
  1096.  
  1097. Use this option to return to the SPC MAIN MENU.
  1098. @
  1099. consult_menu0
  1100.                        MORE INFORMATION
  1101.                       CONSULTATION MENU
  1102.  
  1103.  
  1104. 1  #mConsult on All Patterns;consult_menu1#m 
  1105. 2  #m   <pattern-type1> <start-point1> to <end-point1> in <chart-type>;consult_menu2#m
  1106. 3     <pattern-type2> <start-point2> to <end-point2> in <chart-type>
  1107. 4     <pattern-type3> <start-point3> to <end-point3> in <chart-type>
  1108. 5     <pattern-type4> <start-point4> to <end-point4> in <chart-type>
  1109. 6  #mReturn to SPC MAIN MENU;consult_menu3#m
  1110.  
  1111.  
  1112. The following screens provide a brief summary of the functionality
  1113. of each item in the CONSULTATION MENU.  The particular menu
  1114. used in this example would be displayed if 4 patterns were found
  1115. in your control chart.
  1116. @
  1117. consult_menu1
  1118.                        MORE INFORMATION
  1119.                       CONSULTATION MENU
  1120.  
  1121.             Option 1 : Consult on All Patterns
  1122.  
  1123.  
  1124. Use this option for an expert consultation on each unusual pattern
  1125. found in the control chart.
  1126. @
  1127. consult_menu2
  1128.                        MORE INFORMATION
  1129.                       CONSULTATION MENU
  1130.  
  1131.    Options 2 - # : Expert Consultation for a Particular Pattern
  1132.  
  1133.  
  1134. Use these options to for an expert consultation on specific patterns
  1135. found in the control chart.
  1136. @
  1137. consult_menu3
  1138.                        MORE INFORMATION
  1139.                       CONSULTATION MENU
  1140.  
  1141.                Last Option : Return to SPC MAIN MENU
  1142.  
  1143.  
  1144. Use this option to return to the SPC MAIN MENU.
  1145. @
  1146. graph0
  1147.    GRAPHS/DIAGRAMS OVERVIEW
  1148.  
  1149. Select/Click-On An Item of Interest
  1150.  
  1151.  
  1152.      #mBar Graphs;graph1#m
  1153.      #mPareto Diagrams;graph3#m
  1154.      #mPie Charts;graph5#m
  1155.      #mScatter Diagrams;graph6#m
  1156.      #mHistograms;graph9#m
  1157.      #mFrequency Polygons;graph10#m
  1158.      #mOgives (CDFs);graph11#m
  1159. @
  1160. graph1
  1161.                        Bar Graphs
  1162.  
  1163.  
  1164. Bar Graphs are a very simple way of illustrating the nature of your
  1165. process data.  A bar graph simply illustrates the relative
  1166. frequencies or magnitude of data which can be broken down into
  1167. distinct categories.
  1168.  
  1169.      #m * ;graph2#m Sample Bar Graph Data
  1170. @
  1171. graph2
  1172.    SAMPLE BAR GRAPH DATA
  1173.  
  1174.  
  1175.  
  1176.  Frequency       Category
  1177. -----------    --------------
  1178.     20            Type A
  1179.     15            Type B
  1180.     55            Type C
  1181.     22            Type D
  1182.      5            Type E
  1183.      7            Type F
  1184. @
  1185. graph3
  1186.                    The Need For Pareto Charts
  1187.  
  1188. There are many aspects of any process that could be improved :
  1189. defectives, time allocation, cost savings, rework, etc.  In fact,
  1190. each problem consists of so many smaller problems that it is
  1191. difficult to know just where to begin solving them.  In order to
  1192. be efficient, a definite basis is needed for any action.
  1193.  
  1194. A Pareto chart is the tool to use when you need to display the
  1195. relative importance of all of the problems or conditions in order
  1196. to :  choose the starting point for problem solving, monitor
  1197. success, or identify the basic cause of a problem.
  1198.  
  1199. #mWHAT IS A PARETO CHART?;graph4#m
  1200. @
  1201. graph4
  1202.                 WHAT IS A PARETO CHART?
  1203.  
  1204. A Pareto Chart is a special form of a vertical bar graph which
  1205. helps us determine which problems to solve in what order.  Doing
  1206. a Pareto Chart based upon either Check Sheets or other forms of
  1207. data collection helps us direct our attention and efforts to the
  1208. truly important problems.  We will generally gain more by working
  1209. on the tallest bar than tackling the smaller bars. More information
  1210. concerning the use of Pareto Charts is available through SPC's
  1211. MORE INFORMATION MENU.
  1212. @
  1213. graph5
  1214.                        Pie Charts
  1215.  
  1216. Pie Charts are simply graphs in which the entire circle represents
  1217. 100% (not 360 degrees) of the data to be displayed.  The circle
  1218. (pie) is divided into percentage slices that clearly show the
  1219. largest shares of data.  This is useful in the same was a a Pareto
  1220. Chart.  The Pie Chart is sometimes even more useful since it is
  1221. widely used to display data on T.V. or in the newspapers.  More
  1222. information concerning the use of Pareto Charts is available
  1223. through SPC's MORE INFORMATION MENU.
  1224. @
  1225. graph6
  1226.                    Scatter Diagrams
  1227.  
  1228. A Scatter Diagram is the tool to use when you need to display what
  1229. happens to one variable when another variable changes in order to
  1230. test a theory that the two variables are related.
  1231.  
  1232. A Scatter Diagram is used to study the possible relationship
  1233. between one variable and another.  The Scatter Diagram is used to
  1234. test for possible cause and effect relationships.  It cannot prove
  1235. that one variable causes the other, but it does make it clear
  1236. whether a relationship exists and the strength of that
  1237. relationship.  Select for #mSAMPLE SCATTER DIAGRAM DATA;graph8#m.
  1238.  
  1239. A Scatter Diagram is set up whereby the horizontal axis (x-axis)
  1240. represents the measurement values of one variable, and the vertical
  1241. axis (y-axis) represents the measurement values of the second
  1242. variable.  More information concerning the use of Scatter Diagrams
  1243. is available through SPC's MORE INFORMATION MENU.
  1244. @
  1245. graph8
  1246.     SAMPLE SCATTER DIAGRAM DATA
  1247.  
  1248.  
  1249. Person         Weight        Height
  1250.  
  1251.   1               160            70
  1252.   2               180            61
  1253.   3               220            75
  1254.   .                .              .
  1255.   .                .              .
  1256.  50               105            61 
  1257.  
  1258. @
  1259. graph9
  1260.                        Histograms
  1261.  
  1262. As we have already seen with the Pareto Chart, it is very helpful
  1263. to display in bar graph form the frequency with which certain
  1264. events occur (frequency distribution).  The Pareto Chart, however,
  1265. only deals with characteristics of a product or service, e.g., type
  1266. of defect, problem, saftey hazards, etc. (attribute data). A
  1267. Histogram takes measurement data, e.g., temperature, dimensions,
  1268. etc., and displays it's distribution.  This is critical since we
  1269. know that all repeated events will produce results that vary over
  1270. time.  A Histogram reveals the amount of variation that any process
  1271. has within it.
  1272. @
  1273. graph10
  1274.                     Frequency Polygons
  1275.  
  1276. Another kind of graphical display of a frequency distribution
  1277. (Histogram) is the Frequency Polygon.  Here the cell (data range)
  1278. frequencies are plotted at the midpoint of each cell and the
  1279. midpoints are joined by straight lines.
  1280. @
  1281. graph11
  1282.           Ogives (Cummulative Distribution Function)
  1283.  
  1284. If the same technique in the Frequency Polygon is applied to the
  1285. cummulative distribution function, we obtain what is called an
  1286. Ogive (rhymes with alive) or CDF.  The only difference is that in
  1287. constructing the Ogive (CDF), the cell boundary is used as the plot
  1288. point rather than the middle of the cell.
  1289. @
  1290. print0
  1291.   SPC Version 1.1 Printer Options
  1292.  
  1293. #mBasic Overview;print1#m
  1294. #mPrint Status Box;print2#m
  1295. #mPRINT MENU;print3#m
  1296. #mPrinters/Ports Supported;print4#m
  1297. #mPrint Modes/Orientations Supported;print5#m
  1298. @
  1299. print1
  1300.         SPC MAIN MENU Option 8 : Print Menu
  1301.  
  1302. Option 8 allows you to make a paper print-out of the current chart
  1303. or diagram.  More detailed help is available by pressing <F1> at
  1304. any of the printer option menus.
  1305. @
  1306. print2
  1307.     PRINTER STATUS BOX
  1308.  
  1309.    CURRENT PRINTER SETTINGS
  1310. -------------------------------------
  1311.  
  1312. Printer Type  Epson FX/IBM ProPrinter
  1313.  
  1314. Graphics Mode        Half Page 75 dpi
  1315.  
  1316. I/O Port                         LPT1
  1317. @
  1318. print3
  1319.       PRINT MENU
  1320.  
  1321. 1. Print Graph/Display
  1322. 2. View Graph/Display
  1323. 3. Select Printer Type
  1324. 4. Select Graphics Mode
  1325. 5. Select I/o Port
  1326. 6. Save Printer Settings
  1327. 7. Return to SPC MAIN MENU
  1328. @
  1329. print4
  1330. SPC Version 1.1 supports the following printers :
  1331.  
  1332.           A. Epson FX/IBM Pro Printer
  1333.           B. Epson LQ
  1334.           C. IBM Proprinter X24
  1335.           D. IBM Quietwriter
  1336.           E. Toshiba P321
  1337.           F. HP Laserjet/Desk Jet
  1338.           G. Post Script
  1339.                           
  1340.  
  1341. SPC Version 1.1 supports the following printer ports :
  1342.                        
  1343.           A. LPT1 (Parallel Port #1)
  1344.           B. LPT2 (Parallel Port #2)
  1345.           C. COM1 (Serial Port #1)
  1346.           D. COM2 (Serial Port #2)
  1347. @
  1348. print5
  1349. SPC Version 1.1 supports the following print-out orientations :
  1350.                           
  1351.           A. Half-Page
  1352.           B. Land-Scape
  1353.           C. Full-Page
  1354.                              
  1355.  
  1356.  
  1357. SPC Version 1.1 supports the following print densities :
  1358.                           
  1359.           A.  75 dpi (Draft)
  1360.           B. 150 dpi (Medium)
  1361.           C. 300 dpi (High)
  1362. edit1
  1363.            SPC MAIN MENU Option 9 : SPC Editor
  1364.  
  1365. Option 9 allows you to edit any ASCII text file that is in the SPC
  1366. directory on your computer.  You may directly edit the current raw
  1367. data file by selecting Option 1 from the SPC EDITOR MENU.  If you
  1368. would like to edit any other ASCII text file, select option 2 from
  1369. the SPC EDIT MENU.  You will then be prompted for the name of the
  1370. file you wish to edit.  Detailed help on using the SPC Editor is
  1371. available from within the editor by pressing <F1>.
  1372.  
  1373.  
  1374.  
  1375.                      SPC EDIT MENU
  1376.  
  1377.             1. Edit Current Raw Data File
  1378.             2. Create/Edit Any File
  1379.             3. Return to SPC MAIN MENU
  1380. @
  1381. hypertext help
  1382.             HYPERTEXT INFORMATION SYSTEM
  1383.  
  1384. 1. You are currently using the hypertext information system.
  1385.  
  1386. 2. Text which is highlighted in light green or light blue are
  1387.    referred to as hot links.
  1388.    
  1389. 3. This is a #mSample Text Hot Link#m  Click on this with the
  1390.    left mouse button or by pressing <ENTER>.
  1391.  
  1392. 4. "#tdivision.bar#t" is a sample Text File Hot Link.  Click
  1393.    on it with the left mouse button or move the highlight
  1394.    over it using TAB or CTRL-DOWN_ARROW and then press
  1395.    <ENTER>.
  1396.    
  1397. 5. HYPERTEXT window help is availble by pressing <F1> 
  1398. @
  1399. Sample Text Hot Link
  1400.  
  1401. After you click on a Text Hot Link, additional text will come
  1402. up in a window.  #mOther hot links#m may also be in this window.
  1403.  
  1404. To go back to the previous window, press ESC or click the
  1405. right mouse button.
  1406. @
  1407. Other hot links
  1408. Again, a text box appears.  This
  1409. may repeat for several levels.
  1410.  
  1411. To go back to the previous window,
  1412. press ESC or click the right mouse
  1413. button.
  1414. @
  1415.  
  1416.